home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Macintosh Drag and Drop / Demo Applications / DragsAndLists / DragsAndLists.make < prev    next >
Encoding:
Text File  |  1995-04-04  |  1.1 KB  |  44 lines  |  [TEXT/MPS ]

  1. #   File:       DragsAndLists.make
  2. #   Target:     DragsAndLists
  3. #   Sources:    Application.c
  4. #               DragSupport.c
  5. #               DrawCode.c
  6. #               ListCode.c
  7. #               DragsAndLists.r
  8. #   Created:    Thursday, February 2, 1995 03:57:42 PM
  9.  
  10.  
  11. OBJ = ":object:"
  12. OBJECTS = ∂
  13.         {OBJ}Application.c.o ∂
  14.         {OBJ}DragSupport.c.o ∂
  15.         {OBJ}DrawCode.c.o ∂
  16.         {OBJ}ListCode.c.o 
  17.  
  18.  
  19. DragsAndLists  ƒƒ DragsAndLists.make DragsAndLists.r
  20.     Rez DragsAndLists.r -append -o DragsAndLists
  21.  
  22. DragsAndLists ƒƒ DragsAndLists.make  {OBJECTS}
  23.     Link -t APPL -c '????' ∂
  24.         {OBJECTS} ∂
  25.         "{CLibraries}"CSANELib.o ∂
  26.         "{CLibraries}"Math.o ∂
  27.         #"{CLibraries}"Complex.o ∂
  28.         "{CLibraries}"StdClib.o ∂
  29.          "{Libraries}"Runtime.o ∂
  30.          "{Libraries}"Interface.o ∂
  31.         -o DragsAndLists
  32.  
  33. {OBJ}Application.c.o ƒ DragsAndLists.make Application.c
  34.      C -r  Application.c -o {OBJ}Application.c.o
  35.  
  36. {OBJ}DragSupport.c.o ƒ DragsAndLists.make DragSupport.c
  37.      C -r  DragSupport.c -o {OBJ}DragSupport.c.o
  38.  
  39. {OBJ}DrawCode.c.o ƒ DragsAndLists.make DrawCode.c
  40.      C -r  DrawCode.c -o {OBJ}DrawCode.c.o
  41.  
  42. {OBJ}ListCode.c.o ƒ DragsAndLists.make ListCode.c
  43.      C -r  ListCode.c -o {OBJ}ListCode.c.o
  44.